home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Save the Planet 1991 2.11 / card_96337.txt < prev    next >
Text File  |  1991-05-30  |  541b  |  29 lines

  1. -- card: 96337 from stack: in.11
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 44892
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   go to card "ak"
  9. end openCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=464 top=22 right=62 bottom=512
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: New Button
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   go to card "wy"
  27. end mouseUp
  28.  
  29.